Glossary

  1. Packages    -        Packagesare containers for classes

 

                          1. Class           -        A class is the blueprint from which individual objects are created

 

          1. Subclass     -        Classes can be derived from other classes. The derived class (the class that is derived from another class) is called a subclass

 

  1. Classpath   -        Classpath is a parameter set either on the command-line, or through an environment variable—that tells the Java Virtual Machine or the Java compiler where to look for user-defined classes and packages

 

  1. Access control modifiers        - Access modifiers to set access levels for classes, variables, methods and constructors

 

  1. Interfaces   -        An interface is an abstract type that is used to specify an interface

 

Read More >>>


Java Packages and Interfaces